<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/* DEFAULT 1.2.0 - 2/2014 copyright (c) templatesuper.com | @templatesuper */
html {
	overflow-x: hidden;
}

/* carousel */
.carousel-caption {
	bottom: 100px;
}
.carousel-caption h3 {
	font-size: 4.5em;
	text-transform: uppercase;
	padding: 10px 25px;
	display: inline-block;
	background: rgba(46, 55, 60, 0.8)
}
.carousel-caption span {
	display: inline-block;
	padding: 5px 10px;
	text-transform: uppercase;
	/* font-size: 1.6em;
	*/
	background: rgba(27, 147, 199, 0.8)
}
.carousel-control span {
	top: 50%;
	margin-top: -10px;
	right: 30px;
	position: absolute;
}
.carousel-control.left span {
	right: auto;
	left: 30px;
}


</pre></body></html>